ChoiWheatley
Graph
Search
Ctrl
+
K
Enter your search text in the box above
Select a result to preview
python f-string에서 중괄호 표기하는 방법
description
No value
aliases
No value
tags
No value
created
2023-05-10T17:04:05
updated
2023-07-15T21:33:03
title
python f-string에서 중괄호 표기하는 방법
https://pythonhow.com/how/print-literal-curly-brace-characters-in-a-string-and-also-use-dotformat-on-it/#:~:text=To print literal curly braces in a string," { {}}" formatted_string %3D string.format("Hello%2C world!") print(formatted_string)
f'{{}}